Don't leak the path.
authorMatthias Clasen <maclas@gmx.de>
Mon, 9 Aug 2004 02:45:18 +0000 (02:45 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 9 Aug 2004 02:45:18 +0000 (02:45 +0000)
Sun Aug  8 11:01:23 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
the path.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c

index 078e83cd5f411a29609475fc9ab34d28015e0cff..e53ece0171e3984c0fb37aae9da3b84c9ea2ab2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Aug  8 11:01:23 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
+       the path.
+
 2004-08-08  Hans Breuer  <hans@breuer.org>
 
        * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
index 078e83cd5f411a29609475fc9ab34d28015e0cff..e53ece0171e3984c0fb37aae9da3b84c9ea2ab2b 100644 (file)
@@ -1,3 +1,8 @@
+Sun Aug  8 11:01:23 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
+       the path.
+
 2004-08-08  Hans Breuer  <hans@breuer.org>
 
        * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
index 078e83cd5f411a29609475fc9ab34d28015e0cff..e53ece0171e3984c0fb37aae9da3b84c9ea2ab2b 100644 (file)
@@ -1,3 +1,8 @@
+Sun Aug  8 11:01:23 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
+       the path.
+
 2004-08-08  Hans Breuer  <hans@breuer.org>
 
        * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
index 078e83cd5f411a29609475fc9ab34d28015e0cff..e53ece0171e3984c0fb37aae9da3b84c9ea2ab2b 100644 (file)
@@ -1,3 +1,8 @@
+Sun Aug  8 11:01:23 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
+       the path.
+
 2004-08-08  Hans Breuer  <hans@breuer.org>
 
        * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
index 351f72eb6d858ba9734bf7132c6823ab24282354..fc56b6d6e26f7fc1a4b24e88255f6b5074cb4410 100644 (file)
@@ -4176,6 +4176,8 @@ gtk_combo_box_set_active (GtkComboBox *combo_box,
     path = NULL;
   
   gtk_combo_box_set_active_internal (combo_box, path);
+
+  gtk_tree_path_free (path);
 }
 
 static void